home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 357_01 / cstar1.exe / XTOK.TST < prev    next >
Text File  |  1991-11-15  |  78b  |  10 lines

  1. long d1;
  2. char *a1;
  3.  
  4. main()
  5. {
  6.     tst(d1);
  7.     btst(1, d1);
  8.     adda(1, a1);
  9. }
  10.